All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.core.Set | +----com.apple.alpha.core.MutableSet | +----com.apple.alpha.core.CountedSet
NSCountedSet
.
[[NSCountedSet
alloc] init]
.
- initWithArray:
on a newly allocated object.
- initWithCapacity:
on a newly allocated object.
- initWithSet:
on a newly allocated object.
- addObject:
Objective-C instance method.
- countForObject:
Objective-C instance method.
- objectEnumerator
Objective-C instance method.
- removeObject:
Objective-C instance method.
protected CountedSet(boolean shouldAllocate, int objcObject)
public CountedSet()
[[NSCountedSet
alloc] init]
.
public CountedSet(int numItems)
- initWithCapacity:
on a newly allocated object.
public CountedSet(Array array)
- initWithArray:
on a newly allocated object.
public CountedSet(Set set)
- initWithSet:
on a newly allocated object.
public native int countForObject(Object object)
- countForObject:
Objective-C instance method.
public native Enumerator objectEnumerator()
- objectEnumerator
Objective-C instance method.
public native void addObject(Object object)
- addObject:
Objective-C instance method.
public native void removeObject(Object object)
- removeObject:
Objective-C instance method.
All Packages Class Hierarchy This Package Previous Next Index